type net/http.readResult

4 uses

	net/http (current package)
		server.go#L635: type readResult struct {
		transfer.go#L73: 	ByteReadCh   chan readResult // non-nil if probeRequestBody called
		transfer.go#L207: 	t.ByteReadCh = make(chan readResult, 1)
		transfer.go#L210: 		var rres readResult